home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 745 / arexxbox / test / rx_test2_rxif.c < prev    next >
C/C++ Source or Header  |  1995-03-18  |  1KB  |  80 lines

  1. /*
  2.  * Source generated with ARexxBox 1.00 (Jun 19 1992)
  3.  * which is Copyright (c) 1992 Michael Balzer
  4.  */
  5.  
  6. #include <exec/types.h>
  7. #include <exec/memory.h>
  8. #include <dos/dos.h>
  9. #include <rexx/storage.h>
  10. #include <rexx/rxslib.h>
  11.  
  12. #ifdef __GNUC__
  13. /* GCC needs all struct defs */
  14. #include <dos/exall.h>
  15. #include <graphics/graphint.h>
  16. #include <intuition/classes.h>
  17. #include <devices/keymap.h>
  18. #include <exec/semaphores.h>
  19. #endif
  20.  
  21. #include <clib/alib_protos.h>
  22. #include <clib/exec_protos.h>
  23. #include <clib/dos_protos.h>
  24. #include <clib/rexxsyslib_protos.h>
  25.  
  26. #ifndef __NO_PRAGMAS
  27.  
  28. #ifdef AZTEC_C
  29. #include <pragmas/exec_lib.h>
  30. #include <pragmas/dos_lib.h>
  31. #include <pragmas/rexxsyslib_lib.h>
  32. #endif
  33.  
  34. #ifdef LATTICE
  35. #include <pragmas/exec_pragmas.h>
  36. #include <pragmas/dos_pragmas.h>
  37. #include <pragmas/rexxsyslib_pragmas.h>
  38. #endif
  39.  
  40. #endif /* __NO_PRAGMAS */
  41.  
  42. #include <stdlib.h>
  43. #include <stdio.h>
  44. #include <string.h>
  45. #include <ctype.h>
  46.  
  47. #ifndef _toupper
  48. #define _toupper(x) ((x) & 0x5f)
  49. #endif
  50.  
  51. #include "rx_test2.h"
  52.  
  53.  
  54. extern struct Library *SysBase, *DOSBase, *RexxSysBase;
  55.  
  56.  
  57. #include "/rxif/rx_alias.c"
  58.  
  59. #include "/rxif/rx_cmdshell.c"
  60.  
  61. #include "/rxif/rx_disable.c"
  62.  
  63. #include "/rxif/rx_enable.c"
  64.  
  65. #include "/rxif/rx_fault.c"
  66.  
  67. #include "/rxif/rx_help.c"
  68.  
  69. #include "/rxif/rx_rx.c"
  70.  
  71.  
  72. #ifndef RX_ALIAS_C
  73. char *ExpandRXCommand( struct RexxHost *host, char *command )
  74. {
  75.     /* Insert your ALIAS-HANDLER here */
  76.     return( NULL );
  77. }
  78. #endif
  79.  
  80.